home *** CD-ROM | disk | FTP | other *** search
- unit icon195:10 $$ vector graphics/text block
- 195 $$ label - return here if invalid input
- enable touch
- pause keys=all
- disable touch
- if ((zkey = touch $and$ (ztouchx > 288) $and$ (ztouchy > 115) $and$ (ztouchx < 457) $and$ (ztouchy < 211)))
- . calc TOUCHBOX _ 0
- . jump icon141
- endif
- if ((zkey = touch $and$ (ztouchx > 471) $and$ (ztouchy > 55) $and$ (ztouchx < 594) $and$ (ztouchy < 71)))
- . calc TOUCHBOX _ 1
- . do dctnry
- . branch 195
- endif
- style outline
- style thickness,1
- style dash $$ solid line style
- if zkey = "a"
- . do menukey1
- . branch 195
- endif
- if zkey = "r"
- . do menukey1
- . branch 195
- endif
- if zkey = "q"
- . do menukey1
- . branch 195
- endif
- if zkey = "b"
- . do menukey1
- . branch 195
- endif
- if zkey = "o"
- . do menukey1
- . branch 195
- endif
- if zkey = "n"
- . do menukey1
- . branch 195
- endif
- if zkey = "f"
- . do menukey1
- . branch 195
- endif
- if zkey = "h"
- . do menukey1
- . branch 195
- endif
- jump [zkey = timeup : icon141 : ]
- branch 195 $$ not valid input - get again
- 195end
- disable touch
-